home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / NT / CODE / CHAP13 / WANDERER / WANDDOC.H < prev    next >
C/C++ Source or Header  |  1996-04-05  |  357b  |  15 lines

  1. //***********************************************************************
  2. //
  3. //  WandDoc.h
  4. //
  5. //***********************************************************************
  6.  
  7. class CWandDoc : public CDocument
  8. {
  9.     DECLARE_DYNCREATE (CWandDoc)
  10.  
  11. public:
  12.     virtual BOOL RouteCmdToAllViews (CView*, UINT, int, void*,
  13.         AFX_CMDHANDLERINFO*);
  14. };
  15.